projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b14f720
)
(main): Always call syms_of_xmenu.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 3 Mar 1996 22:34:21 +0000
(22:34 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 3 Mar 1996 22:34:21 +0000
(22:34 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 6ddd37f24de8bed046dbf40186286e121a3f539e..3480a4d40e591b8def6e631abb5f8cb07a169c61 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-896,9
+896,7
@@
Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\
syms_of_xfaces ();
#endif
-#ifdef HAVE_MENUS
syms_of_xmenu ();
-#endif /* HAVE_MENUS */
#ifdef HAVE_NTGUI
syms_of_win32term ();